projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee61fe9
)
Fix typo.
author
Juanma Barranquero
<lekktu@gmail.com>
Thu, 11 Dec 2008 11:06:46 +0000
(11:06 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Thu, 11 Dec 2008 11:06:46 +0000
(11:06 +0000)
lisp/progmodes/ruby-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/ruby-mode.el
b/lisp/progmodes/ruby-mode.el
index d366f4c6d4a3cbe1a3ff074b18b1a71e648d2998..2cfe850e6531c22d990c20bff4f9629d9d342510 100644
(file)
--- a/
lisp/progmodes/ruby-mode.el
+++ b/
lisp/progmodes/ruby-mode.el
@@
-1166,7
+1166,7
@@
See `add-log-current-defun-function'."
,(+ 1 (regexp-opt-depth ruby-here-doc-beg-re))
(ruby-here-doc-beg-syntax))
(,ruby-here-doc-end-re 3 (ruby-here-doc-end-syntax)))
- "Syntactic keywords for Ruby mode. See `font-lock-syntactic-keywords'.")
+ "Syntactic keywords for Ruby mode.
See `font-lock-syntactic-keywords'.")
(defun ruby-comment-beg-syntax ()
"Return the syntax cell for a the first character of a =begin.